|
|
|
|
SelectionOutlineStyle Property, SftTree Class |
Defines the appearance of the selection highlight.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property SelectionOutlineStyle As SelectionOutlineStyleEnum |
C# |
public SelectionOutlineStyleEnum SelectionOutlineStyle { get; set; } |
C++ |
public: property SelectionOutlineStyleEnum SelectionOutlineStyle { |
Property Value
The selection outline style.
Value |
Description |
|
0 | The selection highlight uses the defined colors (usually BackColorSelected and ForeColorSelected). | |
1 | The selection highlight uses an outline with rounded corners, border and gradient fill defined using the
color properties SelectionOutlineBorder, SelectionInnerBorder, SelectionFill1 and SelectionFill2.
|
The default value is SelectionOutlineStyleEnum.UsingOutline.
Comments
The SelectionOutlineStyle property defines the appearance of the selection highlight.
Items or cells that are selected (ItemClass.Selected or CellClass.Selected) are highlighted using the defined selection highlight.
Depending on the HighlightItemImage property, the item image is included in the selection outline.